home *** CD-ROM | disk | FTP | other *** search
- unit msreg;
-
- interface
-
- uses msmsg, mssmtp, mspop3, MsDef, DsgnIntf, Classes,
- msaddrpe, msattpe, aghttp;
-
- procedure Register;
-
- implementation
-
- procedure Register;
- begin
- RegisterComponents('Internet Mail Suite',[TmsMessage,TmsSMTP,TmsPOP,
- TmsRemotePOP,TagHTTP]);
- RegisterPropertyEditor(TypeInfo(TmsAddressList),nil,'',TmsAddressListProperty);
- RegisterPropertyEditor(TypeInfo(TmsAttList),nil,'',TmsAttListProperty);
- end;
-
- end.
-